.footer{
    width: 100%;
    background-color: #272727;
    border-top: 1px solid #d4d4d4;
    position: fixed;
    bottom: 0;
}
.footer-wrap{
    margin: 0 auto;
    width: 1200px;
    line-height: 80px;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.footer-info{
    margin-right: 40px;
    color: #999999;
}
.footer-info2{}
.footer-info2 a{
    color: #999999;
}